home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 22
/
CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso
/
PowerPC
/
Programming
/
PPCsiod
/
README
< prev
next >
Wrap
Text File
|
1993-10-01
|
1KB
|
25 lines
All the files in the directory SIOD are part of the interpreter;
fundamental parts of the language are defined in these files and loaded
only if necessary. An example of startup-sequence is contained in the s
directory. Remember that the interpreter looks first in the current
directory for the file "siod.scm" and during the session loads the autoload
files from the SIOD: directory. Assign the SIOD: device to the SIOD
directory and copy the file siod.scm in your working directory. If you want
to change the path for autoload files edit the siod.scm file and change the
definition of the variable mypath in the first non comment line.
The interpreter is composed of the following files:
Char.scm Cxr.scm
Debug.scm Delay.scm
Exp-Imp.scm siod
Port.scm siod.scm
Siod.info sort.scm
Small-Siod.scm String.scm
Streams.scm Vector.scm
Substring.scm
I hope that you can understand my terrible english (expecially the docs).
Scaglione Ermanno.